home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
Pascal
/
Libraries
/
DBL Pascal Library
/
INIT Shell Folder
/
INIT Example ƒ
/
DemoINITGlobals.p
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-05-28
|
321 b
|
16 lines
|
[
TEXT/PJMM
]
unit INITShellGlobals;
{Copyright © 1990, David B. Lamkins}
{All rights reserved.}
interface
type
INITGlobals = record
{Permanent globals for patches and VBL tasks should be declared here.}
end;
INITGlobalsPtr = ^INITGlobals;
INITGlobalsHandle = ^INITGlobalsPtr;
implementation
{Intentionally empty.}
end.